HipVertexArrayObject.updateVertices

Update the VBO. Won't cause memory allocation.

class HipVertexArrayObject
void
updateVertices
(
const void[] data
,
int offset = 0
)

Parameters

data void[]

The data containing a type which is conforming to the VAO.

offset int

The offset is always multiplied by this vertex array object stride.

Meta